update CI; links#1
Conversation
|
Note Reviews pausedIt looks like this branch is under active development. To avoid overwhelming you with review comments due to an influx of new commits, CodeRabbit has automatically paused this review. You can configure this behavior by changing the Use the following commands to manage reviews:
Use the checkboxes below for quick actions:
📝 WalkthroughWalkthroughThe PR updates CI and README references from StanfordBDHG to SchmiedmayerLab. ChangesOrg migration: StanfordBDHG → SchmiedmayerLab
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 inconclusive)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
There was a problem hiding this comment.
Actionable comments posted: 2
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In @.github/workflows/ci.yml:
- Line 29: The CI workflow call is using the mutable reusable workflow
reference, so update the workflow invocation in the ci configuration to pin the
reusable workflow referenced by the uses entry to the exact commit SHA
539ff8f94324720e658a9e578de10ad536f9c5f7 instead of the v0.2 tag. Keep the same
workflow target path and only replace the version reference so the caller is
fully pinned.
In `@README.md`:
- Around line 16-17: The README badge images currently use empty alt text, which
hurts accessibility and triggers MD045. Update the two Markdown image links in
README.md to include descriptive alt text for each Swift Package Index badge,
keeping the existing links intact. Use the badge labels themselves as a guide so
the content remains understandable when read by assistive technologies.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro Plus
Run ID: f2e809e0-0921-474d-a4fc-18514c97b1ab
📒 Files selected for processing (3)
.github/workflows/ci.ymlCITATION.cffREADME.md
💤 Files with no reviewable changes (1)
- CITATION.cff
update CI; links
♻️ Current situation & Problem
updates the CI to point to SchmiedmayerLab/.github. also updates some links.
⚙️ Release Notes
📚 Documentation
n/a
✅ Testing
n/a
Code of Conduct & Contributing Guidelines
By creating and submitting this pull request, you agree to follow our Code of Conduct and Contributing Guidelines:
Summary by CodeRabbit
Documentation
Chores